Skip to content

feat: add RabbitMQHandler#67

Merged
michalsn merged 3 commits intocodeigniter4:developfrom
michalsn:feat/rabbitmq
Sep 15, 2025
Merged

feat: add RabbitMQHandler#67
michalsn merged 3 commits intocodeigniter4:developfrom
michalsn:feat/rabbitmq

Conversation

@michalsn
Copy link
Member

Description
This PR introduces a new RabbitMQHandler that provides full queue functionality using AMQP/RabbitMQ as the message broker. All queue operations are atomic and thread-safe, making it suitable for high-concurrency environments with multiple worker processes.

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn merged commit e0cd279 into codeigniter4:develop Sep 15, 2025
19 checks passed
@michalsn
Copy link
Member Author

Thank you @paulbalandan

@michalsn michalsn deleted the feat/rabbitmq branch September 15, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants